| Syntax | Result | Comment |
| https://example.com | https://example.com | Link to an Internet address |
| [[https://example.com]] | https://example.com | Link to an Internet address |
| [[Link example -> https://example.com]] | Link example | Link to an Internet address with specific text |
| [[https://example.com | Link example]] | Link example | Link to an Internet address with specific text |
| [[page://19866d72-8d95-4e2c-8df1-6df0bd8f06c0]] | Child page | Link to a tree page by its ID |
| [[page://19866d72-8d95-4e2c-8df1-6df0bd8f06c0 | Page link]] | Page link | Link to a tree page by ID with a comment |
| [[Page link -> page://19866d72-8d95-4e2c-8df1-6df0bd8f06c0]] | Page link | Link to a tree page by ID with a comment |
| [[Page types/Wiki page/Lists]] | Page types/Wiki page/Lists | Link to a tree page by name |
| [[Page types/Wiki page/Lists | Link]] | Link | Link to a tree page by name with a comment |
| [[Link -> Page types/Wiki page/Lists]] | Link | Link to a tree page by name with a comment |
| [[Link -> /Page types/Wiki page/Lists]] | Link | Link to a tree page by name with a comment |
| [[Subpage -> Child page]] | Subpage | Link to a child page by name with a comment |
| [[Child page]] | Child page | Link to a child page |
| Syntax | Result | Comment |
| [[#anchor]] | Add an anchor named #anchor | Resulting HTML code: <a name="#anchor"></a> |
| [[#anchor | Link to anchor]] | Link to anchor | Link to an anchor named anchor on the current page |
| [[Link to anchor -> #anchor]] | Link to anchor | Link to an anchor named anchor on the current page |
| [[page://__d0ed44d4-0772-4f04-80ca-98fc55530667/#anchor]] | About and contacts | Link to an anchor named anchor on another page |
| page://__d0ed44d4-0772-4f04-80ca-98fc55530667/#anchor | About and contacts | Link to an anchor named anchor on another page |
| [[page://__d0ed44d4-0772-4f04-80ca-98fc55530667/#anchor | Link to anchor on another page]] | Link to anchor on another page | Link to an anchor named anchor on another page with a comment |
| [[Link to anchor on another page -> page://__d0ed44d4-0772-4f04-80ca-98fc55530667/#anchor]] | Link to anchor on another page | Link to an anchor named anchor on another page with a comment |